.. _`Dataset to Dict (Experimental)`: .. _`com.sympathyfordata.advancedmachinelearning.datasettodict`: Dataset to Dict (Experimental) `````````````````````````````` .. image:: ds_to_dict.svg :width: 48 Convert a dataset to a dictionary. Note that a dataset is a structure that describes the data, containing meta information including type, paths and calculations of the data etc. The output dict will only holds these meta data, not the data. Definition :::::::::: Input ports ........... **dataset** dataset Dataset Output ports ............ **json_dict** {json} Json dict Implementation .............. .. automodule:: node_dataset_to_dict :noindex: .. class:: DatasetToDict :noindex: